home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / ctarc701.lha / read.me < prev    next >
Text File  |  1996-10-13  |  3KB  |  70 lines

  1. Citadel 68K Archiver support files
  2.  
  3. This is a set of examples of how to setup the external archiver support in
  4. Citadel 68K.  The manuals and documention are correct for the most part.
  5.  
  6. Things you need:
  7.  
  8.     1) Move the DExxx.SYS files into the room area on your BBS.  Citadel
  9.        needs to read these files when it starts up.
  10.  
  11.     2) The particular archiver tools that are referenced.  Citadel 68K
  12.        does not support the Zip format.  Zip tools just are not that
  13.        stable and LHA is the prefered method of choice for Amiga owners.
  14.  
  15.     3) Please register the appropriate tools that are shareware, while
  16.        Citadel is FREEWARE, these tools may not be.
  17.  
  18.     4) Citadel documentation: Oper3.man.  It contains a full explination
  19.        of what is supported from an IBM view point.
  20.  
  21. Summary of Format:
  22.  
  23.   Line 1: Extract line
  24.   Line 2: Test Line
  25.   Line 3: Update Line
  26.  
  27.   Line 1 is used by the read archive functions in Citadel.  Citadel allows
  28.   you to do some functions with an archived file(like download only one
  29.   file from an archive).  See the helps for reading and the Oper3.man, but
  30.   ignore the stuff on error level...  You must have at least this line if
  31.   you wish to support one of the four possible archivers.
  32.  
  33.   Line 2 is used when a user uploads a file to Citadel.  The user is prompted
  34.   to see if an integrity check should be made.  this is the command line
  35.   used. Optional line, you must have it if you want Line 3 for Fast Transfers.
  36.  
  37.   Line 3 is used for Fast Transfers.  Citadel will compress networked
  38.   messages using this line.  Note:  There is alot of other things to
  39.   setup(like the compression and protocol plus enabling FT in the sysop/net
  40.   /edit menu).  READ THE MANUALS!  The most important thing to do is that
  41.   first, then agree with the other sysop on what protocol and compression.
  42.   Optional line, if you have it, you must have line 2.
  43.  
  44. Example:  DELHA.SYS
  45.  
  46.   lha x -q -M -m
  47.   lha t -q -M -m
  48.   lha u -q -M -m
  49.  
  50. This is the DELHA.SYS, the full three lines.  I use LHA 1.38 as an example.
  51.  
  52. I have included these files in the archive.  You will have to supply the
  53. appropriate tools(like LHA, ZOO, ARC, ZIP, and UNZIP).  I have included
  54. evaluation/shareware versions in this archive for completeness.
  55.  
  56. Note:  You may use any tool for ARC(as an example), If you want to support
  57. ARJ format and have an Amiga tool that will do ARJ, use it and call all the
  58. files *.ARC.  If the Users cooperate, it will work.  It will cause some
  59. confusion and you will probably get complaints about downloaded xxx.ARC
  60. files that will not decompress with a *REAL* ARC, but users can read the
  61. contents of the files online(and your could setup a FT using that type).
  62. I don't recommend it...
  63.  
  64. If a new protocol support is desired, let me know and I will see about
  65. adding it to Citadel..  As of now, the four are the only ones it looks
  66. for.
  67.  
  68. Currently Citadel supports LHA(which will also do LZH files), Zip, Zoo,
  69. and ARC.
  70.